home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 January: Mac OS SDK / Dev.CD Jan 00 SDK2.toast / What's New / • What was new 11⁄99 / Sample Code / Overview / Win2MacCounterSamples / 5. CounterPrint / source / MyPP_DebugHeaders.h < prev    next >
Encoding:
Text File  |  1998-03-06  |  433 b   |  16 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    MyPP_DebugHeaders.h            ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "MyPP_DebugHeadersPPC"
  9.     
  10. #elif __CFM68K__
  11.     #include "MyPP_DebugHeadersCFM68K"
  12.     
  13. #else
  14.     #include "MyPP_DebugHeaders68K"
  15. #endif
  16.